gtktextview: Avoid GtkGestureClick claiming on touch press
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 25 Sep 2020 15:50:04 +0000 (17:50 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 25 Sep 2020 17:02:26 +0000 (19:02 +0200)
commit0ccdbfd8029b0af89a46d077521f5ca1128b8014
tree6113f0190eccdea2001ce616215bbc0d7d28e2e1
parent7d5accc69f713c6df4255fff803e37ef34d232d0
gtktextview: Avoid GtkGestureClick claiming on touch press

We still want the drag gesture (and text selection) to work. Avoid claiming
the gesture early, like it's done in the pointer case.
gtk/gtktextview.c